DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / CommandTimeout Property

In This Topic
    CommandTimeout Property (DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
    Syntax
    'Declaration
     
    Public Overrides Property CommandTimeout As Integer
    public override int CommandTimeout {get; set;}
    See Also